Hi,
Currently, my setup involves:
- An integration sending an event to a PagerDuty service
- A user acknowledges that event in PagerDuty
- PagerDuty send an updated status back to the integration
When I use Webhook V2, the incident_key that my integration receives in step 3 would just be the dedup_key that my integration sent to PagerDuty in step 1. This is with Incidents and Alerts turned on.
However, now that I am using Webhook V3, PagerDuty is not sending an incident_key unless I explicitly turn off Alerts and Alert Grouping, which I would prefer not to do.
Is there any way using Webhook V3 that I would be able to mimic the functionality of Webhook V2 without turning off alerts? Or is turning off alerts the only way to receive a non-null incident_key in the payload that PagerDuty sends to my integration?